home *** CD-ROM | disk | FTP | other *** search
/ AOL File Library: 12,000 to 12,999 / 12000.zip / AOLDLs / Tech Notes & Information / Tech Tip on Distinctive Ring, T / DISTRINP.txt next >
Encoding:
Text File  |  2014-12-24  |  3.7 KB  |  102 lines

  1. Practical Peripherals Tech Tip ---- Distinctive Ring
  2.  
  3. Distinctive Ring is a generic term used to describe a phone
  4. company service that gives you two (or more) telephone
  5. numbers for the same phone line, each with a distinct
  6. sounding ring. This can be an economical way to have a
  7. separate fax or data number without paying for another line.
  8.  
  9. The modem can be configured to only answer the phone when it
  10. detects a particular ring type, allowing you to insure that
  11. the modem doesn't try to answer every call that comes into
  12. your house. This is controlled by the modem's S101 register.
  13.  
  14. The following are the settings for the S101 register:
  15.  
  16.  Range:                0-63
  17.  Factory Default:      0
  18.  
  19.  Bit Value   Meaning
  20.  0    1      Enable "RING <type>" report instead of "RING".
  21.  1    2      Disable reporting of type A ring.
  22.  2    4      Disable reporting of type B ring.
  23.  3    8      Disable reporting of type C ring.
  24.  4   16      Disable reporting of type D ring.
  25.  5   32      Disable reporting of type U (unidentified)
  26. ring.
  27.  
  28. Examples:   S101=0 commands the modem to detect all ringing
  29. cadences and report them with "RING" result code.
  30.  
  31. S101=1 enables the RING <type> result codes; all ringing
  32. types will be reported.
  33.  
  34. S101=58 tells the modem to report only ringing type B, with
  35. the RING result code.
  36.  
  37. S101=59 tells the modem to report only ringing type B, with
  38. the RING <type> result code.
  39.  
  40. S101=62 disables all ringing detection.
  41.  
  42. Notice that to specify a particular ring type, you must
  43. DISABLE the other ring types with this register.
  44.  
  45. How does a bit mapped register work?
  46.  
  47. While a bit mapped register looks confusing, it's actually
  48. quite easy to use once you understand the basics. The
  49. register will have a certain number of bits, in this case,
  50. six of them (0-5). Each of these bits has a number
  51. associated with it called a value. In this case bit 0 has a
  52. value of 1 and bit 4 has a value of 16. Each bit controls a
  53. feature of the modem, in this example bit 0 controls what
  54. the RING report looks like and bit 4 controls ring type D.
  55.  
  56. When you want to define the features of a bit mapped
  57. register, make a note of the values of each bit you want to
  58. be used, then add them together. In the above example, if
  59. you wanted to disable ring type D and enable the ring type
  60. reporting you would add together the values of bit 0 and 4,
  61. which is 17.  Set S101=17 and you would have the correct
  62. setup. To have the modem only respond to ring type D and not
  63. show the ring type in the message, you would need to add
  64. together bits 1,2,3 and 5. Setting S101=46 would be the
  65. correct setup for this situation.
  66.  
  67. Example
  68. First you will need to have the modem identify the ring
  69. types you have by letter. This is done by using a terminal
  70. program such as Windows Terminal and entering the command
  71. AT&FS101=1 and pressing enter, you should get an "OK." Now
  72. have someone call into each number and let the modem report
  73. back the ring type for each number. You will see something
  74. like:
  75.  
  76. RING A
  77.  
  78. RING C
  79.  
  80. In this example if RING A was your voice number and RING C
  81. was your data number, you would set S101=54 (arrived at by
  82. adding the values for the ring type you want the modem to
  83. ignore, 2+4+16+32=54) so that when RING C was detected, the
  84. modem would report RING and answer the call based on the
  85. settings in your communications program.
  86.  
  87.  
  88. Contacting Practical Peripherals Customer Service
  89. If, after reading through this Tech Tip, you are still
  90. unable to answer your questions or resolve a problem,
  91. contact Practical Peripherals' Customer Service at the
  92. following numbers:
  93.  
  94. Corporate Headquarters
  95. Tel. 770/840-9966
  96. Fax 770/734-4601
  97. Practical Peripherals BBS 770/734-4600
  98. WWW http://www.practinet.com
  99.  
  100.  
  101. Copyright 1996 Practical Peripherals. All rights reserved.
  102.